home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SOX10DOS.ZIP / testall.sh < prev    next >
Text File  |  1993-10-04  |  348b  |  22 lines

  1. effect="$*"
  2. t() {
  3.     format=$1
  4.     shift
  5.     opts="$*"
  6.  
  7.     echo "Format: $format   Options: $opts"
  8.     ./sox monkey.voc $opts /tmp/monkey.$format $effect
  9.     ./sox $opts /tmp/monkey.$format /tmp/monkey.voc  $effect
  10. }
  11. t raw -r 8130 -t ub
  12. t au 
  13. t sf 
  14. t aiff 
  15. t hcom -r 22050 
  16. t 8svx 
  17. t sndr
  18. t wav 
  19. t smp 
  20. t dat 
  21. #t cdr - need separate test and a mono->stereo effect
  22.